ComponentOne FlexReport for WinForms
TryGetValue Method (C1KeyedList<TKey,TItem>)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1KeyedList<TKey,TItem> Class : TryGetValue Method
Syntax
'Declaration
 
Public Function TryGetValue( _
   ByVal key As TKey, _
   ByRef item As TItem _
) As System.Boolean
public System.bool TryGetValue( 
   TKey key,
   out TItem item
)

Parameters

key
item
See Also

Reference

C1KeyedList<TKey,TItem> Class
C1KeyedList<TKey,TItem> Members